home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK3087.ZIP / SETUP.INF < prev    next >
INI File  |  1992-05-15  |  1KB  |  39 lines

  1. ; Module name: Setup.Inf
  2. ; Programmer : Gary Lockward
  3.  
  4. [Application] 
  5. ;Application global information 
  6. AppName=Jumble Fever 2.0
  7. DefDir=C:\jumble
  8. SpaceNeeded=400
  9. DefPMGroup=Fus.GRP,FusionWare  Unreg.
  10.  
  11. [Disks] 
  12. ;List of diskettes needed to install the product and the name 
  13. ;of each diskette.
  14. 1=Disk 1 of 1
  15.  
  16. [Dirs] 
  17. ;lists of directories that must be created from the destination directory 
  18. ;files to be copied are in the same directory structure on the 
  19. ;floppy (by default)
  20. ;Specify "VBRUN" for any file to go into Windows directory
  21. 1=.
  22. 2=VBRUN
  23.  
  24. [Files] 
  25. ;description, name, (dir #), (diskette #), (Compressed)
  26. "How To Play" help file, howhlp.zxt, 1, 1, Y
  27. "Menu" help file, menuhlp.ZXT, 1, 1, Y
  28. "Words" source file, wrdshr.Zat, 1, 1, Y
  29. Jumble Fever executable file, jumble.Zxe, 1, 1, Y
  30. VBRUN file -- Patience is a virtue!, vbrun100.Zll, 2, 1, Y
  31.  
  32. [PM Info]
  33. ;File Name, App Description
  34. ;icon must be linked to .exe file
  35. jumble.EXE,    Jumble Fever 2.0 Unreg.
  36.  
  37. [End]
  38. 
  39.